SelectRow(ITableRow[]) Method
Selects the specified rows in the table.

C# Syntax

void SelectRow( 
   params ITableRow[] rows
)

Parameters

rows
the ITableRow rows to select.